home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / libdwarf / pro_funcs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  188 b   |  12 lines

  1. /*
  2.     pro_funcs.h
  3.     
  4.     $Revision: 1.1 $        $Date: 1993/08/19 01:06:30 $
  5. */
  6.  
  7. struct Dwarf_P_Funcname_s {
  8.     Dwarf_P_Die            fu_die;
  9.     char            *fu_name;
  10.     Dwarf_P_Funcname        fu_next;
  11. };
  12.